home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / msj / v07n03 / toolhelp.exe / TASKMSTR.RC < prev    next >
Encoding:
Text File  |  1992-05-01  |  455 b   |  16 lines

  1. #include "TaskMstr.H"
  2.  
  3. snapshot icon TaskMstr.ico
  4.  
  5. hand  cursor TaskMstr.cur
  6.  
  7.  
  8. STRINGTABLE
  9.     {
  10.     (STR_ERRBASE + ERR_MISSING), "Undefined Error Code."
  11.     (STR_ERRBASE + ERR_OUTOFMEMORY), "Cannot allocate required buffer."
  12.     (STR_ERRBASE + ERR_GLOBALINFO), "Can't retrieve GLOBALINFO data."
  13.     (STR_ERRBASE + ERR_MODULELIST), "Error: Cannot build module list."
  14.     (STR_ERRBASE + ERR_TASKLIST), "Error: Cannot build task list."
  15.     }
  16.